body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    font-family: "雅黑", "宋体", arial, verdana, sans-serif;
    color: #333;
    /* 去掉列表的原点 */
    list-style: none;
}

/*可选*/
html,
body {
    width: 100%;
    height: 100%;
}

/*行内块元素*/
input,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

/*行内元素*/
a,
a:active,
a:visited {
    /*下划线和颜色*/
    text-decoration: none;
}
a{
    color: #333;
}

a:hover {
    color: #333;
}

button {
    border: 0 none;
    background: transparent;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/*取消button点击的默认样式*/
button:focus {
    border: 0 none;
    outline: none;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

i {
    /*文字样式*/
    font-style: normal;
}

table {
    /*边框合并*/
    border-collapse: collapse;
    border-spacing: 0;
}


/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.d-flex {
    display: flex;
}

.d-fx1 {
    flex: 1;
}

.image {
    width: 100%;
    height: 100%;
}
.icon{
    content: "";
    display: inline-block;
}




.main {
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.main-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/* 颜色 */
.bg0-color {
    background: #EE8201;
}

.bg1-color {
    background: #EE8201;
}

.bg2-color .swiper-pagination-bullet {
    background: #EE8201;
}

.t0-color {
    color: #EE8201;
}

.t0-color::before,
.t0-color::after {
    background: #EE8201;
}

.t1-color {
    /* color: #fff; */
}

.t1-color.on {
    color: #EE8201;
}
/* 尾部 */
.link-l {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.link_item {
    width: 33.33%;
    padding: 5px 0;
    font-size: 16px;
}
.link_item:hover{
  color:#EE8201;
}
    .footer .bd-tit {
        padding: 40px 0;
    }

    .brand {
        background: #f7f8f8;
    }

    .footer .bd-tit .tit h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer .bd-tit .link-l ul li {
        font-size: 15px;
        padding: 5px 0px;
    }

    .footer .bd-tit .link-l ul li a {
        color: #333;
    }

    .b-phone p {
        line-height: 2;
    }

    .c-tit h5 {
        margin-bottom: 10px;
    }

    .record a {
        display: block;
        color: #595757;
        font-size: 16px;
    }
.footer_item{
display: flex;
    align-items: center;
}